home *** CD-ROM | disk | FTP | other *** search
- global foto
-
- on mouseUp me
- cursor(4)
- sprite(me.spriteNum).puppet = 0
- if member(the member of sprite 16).name = "back_1_m" then
- if sprite(16).movieTime = sprite(16).duration then
- nothing()
- else
- sprite(16).width = 704
- sprite(16).height = 576
- sprite(16).locV = 311
- sprite(16).locH = 353
- play frame "zoomback_Fr"
- end if
- else
- if member(the member of sprite 16).name.char.count = 4 then
- foto = char 1 of the name of member the member of sprite 16 & char 2 of the name of member the member of sprite 16
- else
- foto = char 1 of the name of member the member of sprite 16
- end if
- sprite(26).visible = 0
- play frame "zoom" & foto
- end if
- end
-